home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TSYNCPREVIEWDLG / TSYNCPREVIEWDLG.txt
Text File  |  2005-06-02  |  3KB  |  131 lines

  1. object SyncPreviewDlg: TSyncPreviewDlg
  2.   Left = 472
  3.   Top = 227
  4.   Width = 401
  5.   Height = 351
  6.   Caption = 'Pr'#233'visualisation de la synchronisation'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 13
  24.     Width = 393
  25.     Height = 4
  26.     Align = alTop
  27.     Shape = bsSpacer
  28.   end
  29.   object Label1: TLabel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 393
  33.     Height = 13
  34.     Align = alTop
  35.     Caption = 'Pr'#233'visualisation :'
  36.   end
  37.   object Preview: TOvcVirtualListBox
  38.     Left = 0
  39.     Top = 17
  40.     Width = 393
  41.     Height = 266
  42.     HeaderColor.BackColor = clBtnFace
  43.     HeaderColor.TextColor = clBtnText
  44.     IntegralHeight = False
  45.     NumItems = 0
  46.     OwnerDraw = True
  47.     ProtectColor.BackColor = clRed
  48.     ProtectColor.TextColor = clWhite
  49.     RowHeight = 13
  50.     SelectColor.BackColor = clHighlight
  51.     SelectColor.TextColor = clHighlightText
  52.     OnDrawItem = PreviewDrawItem
  53.     OnGetItem = PreviewGetItem
  54.     Align = alClient
  55.     TabOrder = 0
  56.     OnDblClick = PreviewDblClick
  57.     OnKeyDown = PreviewKeyDown
  58.     OnMouseDown = PreviewMouseDown
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 0
  62.     Top = 283
  63.     Width = 393
  64.     Height = 34
  65.     Align = alBottom
  66.     BevelOuter = bvNone
  67.     TabOrder = 1
  68.     object GoBtn: TButton
  69.       Left = 88
  70.       Top = 6
  71.       Width = 73
  72.       Height = 23
  73.       Caption = '&D'#233'marrer'
  74.       Default = True
  75.       ModalResult = 1
  76.       TabOrder = 0
  77.     end
  78.     object CancelBtn: TButton
  79.       Left = 168
  80.       Top = 6
  81.       Width = 73
  82.       Height = 23
  83.       Cancel = True
  84.       Caption = 'Annuler'
  85.       ModalResult = 2
  86.       TabOrder = 1
  87.       OnClick = CancelBtnClick
  88.     end
  89.     object PreviousBtn: TButton
  90.       Left = 8
  91.       Top = 6
  92.       Width = 73
  93.       Height = 23
  94.       Cancel = True
  95.       Caption = '< &Pr'#233'c'#233'dent'
  96.       ModalResult = 5
  97.       TabOrder = 2
  98.     end
  99.   end
  100.   object BuildPanel: TPanel
  101.     Left = 4
  102.     Top = 20
  103.     Width = 357
  104.     Height = 41
  105.     BevelOuter = bvNone
  106.     Color = clWindow
  107.     ParentBackground = False
  108.     TabOrder = 2
  109.     object Label5: TLabel
  110.       Left = 4
  111.       Top = 4
  112.       Width = 48
  113.       Height = 13
  114.       Caption = 'Construction...'
  115.     end
  116.     object BuildLbl: TLabel
  117.       Left = 4
  118.       Top = 20
  119.       Width = 3
  120.       Height = 13
  121.     end
  122.   end
  123.   object BuildTimer: TTimer
  124.     Enabled = False
  125.     Interval = 100
  126.     OnTimer = BuildTimerTimer
  127.     Left = 28
  128.     Top = 256
  129.   end
  130. end
  131.